summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git add -p: add missing "q" to patch promptWincent Colaiuta2009-04-201-1/+1
* Update git-add.txt according to the new possibilities of 'git add -p'.Matthieu Moy2009-04-191-1/+3
* add-interactive: refactor mode hunk handlingJeff King2009-04-191-43/+21
* git add -p: new "quit" command at the prompt.Matthieu Moy2009-04-192-1/+20
* GIT 1.6.2.3v1.6.2.3Junio C Hamano2009-04-122-7/+1
* Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-04-122-0/+5
|\
| * Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-04-122-0/+5
| |\
| | * State the effect of filter-branch on graft explicitlyDaniel Cheng (aka SDiZ)2009-04-121-0/+3
| | * process_{tree,blob}: Remove useless xstrdup callsLinus Torvalds2009-04-121-0/+2
* | | Start 1.6.2.3 preparationJunio C Hamano2009-04-082-1/+29
* | | Merge branch 'jc/shared-literally' into maintJunio C Hamano2009-04-0810-38/+97
|\ \ \
| * | | t1301: loosen test for forced modesJeff King2009-04-011-2/+2
| * | | set_shared_perm(): sometimes we know what the final mode bits should look likeJunio C Hamano2009-03-283-11/+19
| * | | move_temp_to_file(): do not forget to chmod() in "Coda hack" codepathJunio C Hamano2009-03-281-2/+3
| * | | Move chmod(foo, 0444) into move_temp_to_file()Johan Herland2009-03-275-11/+4
| * | | "core.sharedrepository = 0mode" should set, not loosenJunio C Hamano2009-03-275-20/+77
* | | | Merge branch 'jc/maint-1.6.0-diff-borrow-carefully' into maintJunio C Hamano2009-04-082-1/+17
|\ \ \ \
| * | | | diff --cached: do not borrow from a work tree when a path is marked as assume...Junio C Hamano2009-03-222-1/+17
* | | | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-04-082-3/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-04-082-3/+0
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | process_{tree,blob}: Remove useless xstrdup callsBjörn Steinbrink2009-04-082-3/+0
| * | | | Merge branch 'jc/maint-1.6.0-blame-s' into maint-1.6.1Junio C Hamano2009-04-081-4/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'bc/maint-1.6.1-branch-deleted-was' into maint-1.6.1Junio C Hamano2009-04-082-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'js/maint-1.6.0-exec-path-env' into maint-1.6.1Junio C Hamano2009-04-081-0/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'tr/maint-1.6.1-doc-format-patch--root' into maint-1.6.1Junio C Hamano2009-04-081-9/+12
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'jc/maint-1.6.0-keep-pack' into maintJunio C Hamano2009-04-0811-74/+105
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pack-objects: don't loosen objects available in alternate or kept packsBrandon Casey2009-03-212-2/+26
| * | | | | | | | | t7700: demonstrate repack flaw which may loosen objects unnecessarilyBrandon Casey2009-03-211-0/+17
| * | | | | | | | | Remove --kept-pack-only option and associated infrastructureBrandon Casey2009-03-205-31/+2
| * | | | | | | | | pack-objects: only repack or loosen objects residing in "local" packsBrandon Casey2009-03-202-3/+3
| * | | | | | | | | git-repack.sh: don't use --kept-pack-only option to pack-objectsBrandon Casey2009-03-202-6/+2
| * | | | | | | | | t7700-repack: add two new tests demonstrating repacking flawsBrandon Casey2009-03-201-0/+44
| * | | | | | | | | is_kept_pack(): final clean-upJunio C Hamano2009-02-285-21/+13
| * | | | | | | | | Simplify is_kept_pack()Junio C Hamano2009-02-285-51/+18
| * | | | | | | | | Consolidate ignore_packed logic moreJunio C Hamano2009-02-284-21/+17
| * | | | | | | | | has_sha1_kept_pack(): take "struct rev_info"Junio C Hamano2009-02-284-9/+12
| * | | | | | | | | has_sha1_pack(): refactor "pretend these packs do not exist" interfaceJunio C Hamano2009-02-287-13/+33
| * | | | | | | | | git-repack: resist stray environment variableJunio C Hamano2009-02-281-0/+1
* | | | | | | | | | git-pull.sh: better warning message for "git pull" on detached head.Matthieu Moy2009-04-081-17/+25
* | | | | | | | | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-04-073-9/+13
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-04-073-9/+13
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| | * | | | | | | | Documentation: clarify .gitattributes searchJason Merrill2009-04-072-5/+5
| | * | | | | | | | git-checkout.txt: clarify that <branch> applies when no path is given.Matthieu Moy2009-04-071-2/+6
| | * | | | | | | | git-checkout.txt: fix incorrect statement about HEAD and indexMatthieu Moy2009-04-071-2/+2
* | | | | | | | | | Change double quotes to single quotes in messageJari Aalto2009-04-072-4/+4
* | | | | | | | | | git submodule: fix usage lineJulien Danjou2009-04-051-1/+1
* | | | | | | | | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-04-052-2/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-04-052-2/+3
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | commit: abort commit if interactive add failedJeff King2009-04-051-1/+2
| | * | | | | | | | git-repack: use non-dashed update-server-infoDan McGee2009-04-051-1/+1