aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | * | | | git-gui: Trim trailing slashes from untracked submodule namesShawn O. Pearce2007-09-09
| | * | | | git-gui: Assume untracked directories are Git submodulesShawn O. Pearce2007-09-09
| | * | | | git-gui: handle "deleted symlink" diff markerMichele Ballabio2007-09-09
| | * | | | git-gui: show unstaged symlinks in diff viewerMichele Ballabio2007-09-09
| | * | | | git-gui: Avoid use of libdir in MakefileShawn O. Pearce2007-09-09
| | * | | | git-gui: Disable Tk send in all git-gui sessionsShawn O. Pearce2007-09-08
| | * | | | git-gui: lib/index.tcl: handle files with % in the filename properlyGerrit Pape2007-09-08
| | * | | | git-gui: Properly set the state of "Stage/Unstage Hunk" actionShawn O. Pearce2007-09-03
| | * | | | git-gui: Fix detaching current branch during checkoutShawn O. Pearce2007-09-03
| | * | | | git-gui: Correct starting of git-remote to handle -w optionShawn O. Pearce2007-09-03
| * | | | | send-email: make message-id generation a bit more robustJunio C Hamano2007-09-17
* | | | | | Merge branch 'maint'Junio C Hamano2007-09-17
|\ \ \ \ \ \ | |/ / / / /
| * | | | | git-apply: fix whitespace strippingJ. Bruce Fields2007-09-17
| * | | | | apply --index-info: fall back to current index for mode changesJohannes Schindelin2007-09-16
| * | | | | Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maintJunio C Hamano2007-09-15
| |\ \ \ \ \
| | * | | | | core-tutorial: minor cleanupJ. Bruce Fields2007-09-15
| | * | | | | documentation: replace Discussion section by link to user-manual chapterJ. Bruce Fields2007-09-15
| | * | | | | user-manual: todo updates and cleanupJ. Bruce Fields2007-09-15
| | * | | | | user-manual: fix introduction to packfilesJ. Bruce Fields2007-09-15
| | * | | | | user-manual: move packfile and dangling object discussionJ. Bruce Fields2007-09-15
| | * | | | | user-manual: rewrite object database discussionJ. Bruce Fields2007-09-15
| | * | | | | user-manual: reorder commit, blob, tree discussionJ. Bruce Fields2007-09-15
| | * | | | | user-manual: rewrite index discussionJ. Bruce Fields2007-09-15
| | * | | | | user-manual: create new "low-level git operations" chapterJ. Bruce Fields2007-09-15
| | * | | | | user-manual: rename "git internals" to "git concepts"J. Bruce Fields2007-09-15
| | * | | | | user-manual: move object format details to hacking-git chapterJ. Bruce Fields2007-09-15
| | * | | | | user-manual: adjust section levels in "git internals"J. Bruce Fields2007-09-15
| * | | | | | revision walker: --cherry-pick is a limited operationJohannes Schindelin2007-09-15
| * | | | | | git-sh-setup: typofix in commentsJunio C Hamano2007-09-15
| |/ / / / /
* | | | | | Merge branch 'js/remote'Junio C Hamano2007-09-14
|\ \ \ \ \ \
| * | | | | | Teach "git remote" a mirror modeJohannes Schindelin2007-09-03
* | | | | | | Merge branch 'js/tag'Junio C Hamano2007-09-14
|\ \ \ \ \ \ \
| * | | | | | | verify-tag: also grok CR/LFs in the tag signatureJohannes Schindelin2007-09-03
| |/ / / / / /
* | | | | | | Merge branch 'lh/svn-first-parent'Junio C Hamano2007-09-14
|\ \ \ \ \ \ \
| * | | | | | | git-svn: always use --first-parentLars Hjemli2007-09-06
| * | | | | | | git-svn: add support for --first-parentLars Hjemli2007-09-05
* | | | | | | | Merge branch 'np/delta'Junio C Hamano2007-09-14
|\ \ \ \ \ \ \ \
| * | | | | | | | builtin-pack-objects.c: avoid bogus gcc warningsJunio C Hamano2007-09-14
| * | | | | | | | threaded delta search: proper locking for cache accountingNicolas Pitre2007-09-12
| * | | | | | | | threaded delta search: add pack.threads config variableNicolas Pitre2007-09-10
| * | | | | | | | fix threaded delta search lockingNicolas Pitre2007-09-10
| * | | | | | | | threaded delta search: specify number of threads at run timeNicolas Pitre2007-09-09
| * | | | | | | | threaded delta search: better chunck split pointNicolas Pitre2007-09-09
| * | | | | | | | threaded delta search: refine work allocationNicolas Pitre2007-09-09
| * | | | | | | | basic threaded delta searchNicolas Pitre2007-09-06
| * | | | | | | | rearrange delta search progress reportingNicolas Pitre2007-09-06
| * | | | | | | | localize window memory usage accountingNicolas Pitre2007-09-05
| * | | | | | | | straighten the list of objects to deltifyNicolas Pitre2007-09-05
* | | | | | | | | Merge branch 'jc/pack'Junio C Hamano2007-09-14
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Keep last used delta base in the delta windowJunio C Hamano2007-09-01