summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-07-03Update draft Release Notes for 1.5.3Libravatar Junio C Hamano2-15/+47
2007-07-02Mark disused commit walkers officially deprecated.Libravatar Junio C Hamano3-0/+6
2007-07-02git-stash: make "save" the default action again.Libravatar Junio C Hamano2-6/+7
2007-07-02Rewrite "git-frotz" to "git frotz"Libravatar Junio C Hamano142-2094/+2094
2007-07-02Start deprecating "git-command" in favor of "git command"Libravatar Linus Torvalds3-2/+19
2007-07-02Merge branch 'jo/init'Libravatar Junio C Hamano4-8/+16
2007-07-02git-fsck: add --lost-found optionLibravatar Johannes Schindelin3-1/+62
2007-07-02Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2007-07-02format-patch: Add format.subjectprefix config optionLibravatar Adam Roben6-3/+76
2007-07-02Test 'git add' for unmerged entries when core.symlinks=false.Libravatar Johannes Sixt1-10/+17
2007-07-02"git-push $URL" without refspecs pushes only matching branchesLibravatar Junio C Hamano1-0/+7
2007-07-02Correctly document the name of the global excludes file configurationLibravatar Michael Hendricks1-1/+1
2007-07-02Merge branch 'maint'Libravatar Junio C Hamano1-0/+20
2007-07-02Make git-prune submodule aware (and fix a SEGFAULT in the process)Libravatar Andy Parkins1-0/+20
2007-07-02Merge branch 'ew/svn'Libravatar Junio C Hamano2-9/+152
2007-07-02Merge branch 'ns/stash'Libravatar Junio C Hamano5-1/+330
2007-07-02Merge branch 'js/rebase'Libravatar Junio C Hamano8-33/+746
2007-07-02Merge branch 'jc/diffcore'Libravatar Junio C Hamano6-23/+76
2007-07-02Documentation: minor cleanups to branch/checkout wordingLibravatar Jeff King2-5/+5
2007-07-02Documentation: quote {non-attributes} for asciidocLibravatar Jeff King4-9/+9
2007-07-02Make '!' aliases more usefulLibravatar Johannes Schindelin1-0/+15
2007-07-02getenv/setenv: use constants if availableLibravatar Matthias Lederhofer2-3/+3
2007-07-02git-clone: fetch possibly detached HEAD over dumb httpLibravatar Sven Verdoolaege1-0/+11
2007-07-02git-submodule: Instead of using only annotated tags, use any tags.Libravatar Emil Medve1-4/+17
2007-07-02git-submodule: provide easy way of adding new submodulesLibravatar Sven Verdoolaege2-6/+107
2007-07-02Update public documentation links for 1.5.2.3Libravatar Junio C Hamano1-1/+2
2007-07-02Merge 1.5.2.3 inLibravatar Junio C Hamano1-0/+27
2007-07-02GIT 1.5.2.3Libravatar Junio C Hamano3-2/+29
2007-07-01Documentation: quote {non-attributes} for asciidocLibravatar Jeff King1-4/+4
2007-07-01git-stash: don't complain when listing in a repo with no stashLibravatar Jeff King1-0/+5
2007-07-01git-stash: fix "can't shift that many" with no argumentsLibravatar Jeff King1-1/+1
2007-07-01git-stash: fix "no arguments" case in documentationLibravatar Jeff King1-2/+2
2007-07-01git-stash: require "save" to be explicit and update documentationLibravatar Junio C Hamano2-31/+30
2007-07-01Merge branch 'rs/diff'Libravatar Junio C Hamano3-15/+25
2007-07-01Merge branch 'jc/quote'Libravatar Junio C Hamano6-2/+148
2007-07-01Fix t5516-fetch for systems where `wc -l` outputs whitespace.Libravatar Brian Gernhardt1-2/+2
2007-07-01git add: respect core.filemode with unmerged entriesLibravatar Johannes Schindelin2-1/+55
2007-07-01t7004: ship trustdb to avoid gpg warningsLibravatar Johannes Schindelin1-0/+0
2007-07-01Merge branch 'ml/worktree'Libravatar Junio C Hamano1-4/+18
2007-07-01Merge branch 'ei/worktree+filter'Libravatar Junio C Hamano15-82/+406
2007-06-30Merge branch 'fl/config'Libravatar Junio C Hamano4-21/+95
2007-06-30Merge branch 'mk/svn'Libravatar Junio C Hamano1-0/+1
2007-06-30Document git-stashLibravatar しらいしななこ2-0/+163
2007-06-30git-svn: cache max revision in rev_db databasesLibravatar Sam Vilain1-0/+4
2007-06-30git-svn: use git-log rather than rev-list | xargs cat-fileLibravatar Sam Vilain1-14/+22
2007-06-30git-svn: honor ~/.subversion/ client cert file settings.Libravatar Michael Krelin1-0/+1
2007-06-30diffcore-delta.c: Ignore CR in CRLF for text filesLibravatar Junio C Hamano2-3/+44
2007-06-30diffcore-delta.c: update the comment on the algorithm.Libravatar Junio C Hamano1-12/+9
2007-06-30diffcore_filespec: add is_binaryLibravatar Junio C Hamano2-0/+17
2007-06-30diffcore_count_changes: pass diffcore_filespecLibravatar Junio C Hamano4-10/+8