Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git add -p: add missing "q" to patch prompt | Wincent Colaiuta | 2009-04-20 | 1 | -1/+1 |
* | Update git-add.txt according to the new possibilities of 'git add -p'. | Matthieu Moy | 2009-04-19 | 1 | -1/+3 |
* | add-interactive: refactor mode hunk handling | Jeff King | 2009-04-19 | 1 | -43/+21 |
* | git add -p: new "quit" command at the prompt. | Matthieu Moy | 2009-04-19 | 2 | -1/+20 |
* | GIT 1.6.2.3v1.6.2.3 | Junio C Hamano | 2009-04-12 | 2 | -7/+1 |
* | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-04-12 | 2 | -0/+5 |
|\ | |||||
| * | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-04-12 | 2 | -0/+5 |
| |\ | |||||
| | * | State the effect of filter-branch on graft explicitly | Daniel Cheng (aka SDiZ) | 2009-04-12 | 1 | -0/+3 |
| | * | process_{tree,blob}: Remove useless xstrdup calls | Linus Torvalds | 2009-04-12 | 1 | -0/+2 |
* | | | Start 1.6.2.3 preparation | Junio C Hamano | 2009-04-08 | 2 | -1/+29 |
* | | | Merge branch 'jc/shared-literally' into maint | Junio C Hamano | 2009-04-08 | 10 | -38/+97 |
|\ \ \ | |||||
| * | | | t1301: loosen test for forced modes | Jeff King | 2009-04-01 | 1 | -2/+2 |
| * | | | set_shared_perm(): sometimes we know what the final mode bits should look like | Junio C Hamano | 2009-03-28 | 3 | -11/+19 |
| * | | | move_temp_to_file(): do not forget to chmod() in "Coda hack" codepath | Junio C Hamano | 2009-03-28 | 1 | -2/+3 |
| * | | | Move chmod(foo, 0444) into move_temp_to_file() | Johan Herland | 2009-03-27 | 5 | -11/+4 |
| * | | | "core.sharedrepository = 0mode" should set, not loosen | Junio C Hamano | 2009-03-27 | 5 | -20/+77 |
* | | | | Merge branch 'jc/maint-1.6.0-diff-borrow-carefully' into maint | Junio C Hamano | 2009-04-08 | 2 | -1/+17 |
|\ \ \ \ | |||||
| * | | | | diff --cached: do not borrow from a work tree when a path is marked as assume... | Junio C Hamano | 2009-03-22 | 2 | -1/+17 |
* | | | | | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-04-08 | 2 | -3/+0 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-04-08 | 2 | -3/+0 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | process_{tree,blob}: Remove useless xstrdup calls | Björn Steinbrink | 2009-04-08 | 2 | -3/+0 |
| * | | | | Merge branch 'jc/maint-1.6.0-blame-s' into maint-1.6.1 | Junio C Hamano | 2009-04-08 | 1 | -4/+4 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'bc/maint-1.6.1-branch-deleted-was' into maint-1.6.1 | Junio C Hamano | 2009-04-08 | 2 | -2/+2 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'js/maint-1.6.0-exec-path-env' into maint-1.6.1 | Junio C Hamano | 2009-04-08 | 1 | -0/+4 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'tr/maint-1.6.1-doc-format-patch--root' into maint-1.6.1 | Junio C Hamano | 2009-04-08 | 1 | -9/+12 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge branch 'jc/maint-1.6.0-keep-pack' into maint | Junio C Hamano | 2009-04-08 | 11 | -74/+105 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | pack-objects: don't loosen objects available in alternate or kept packs | Brandon Casey | 2009-03-21 | 2 | -2/+26 |
| * | | | | | | | | | t7700: demonstrate repack flaw which may loosen objects unnecessarily | Brandon Casey | 2009-03-21 | 1 | -0/+17 |
| * | | | | | | | | | Remove --kept-pack-only option and associated infrastructure | Brandon Casey | 2009-03-20 | 5 | -31/+2 |
| * | | | | | | | | | pack-objects: only repack or loosen objects residing in "local" packs | Brandon Casey | 2009-03-20 | 2 | -3/+3 |
| * | | | | | | | | | git-repack.sh: don't use --kept-pack-only option to pack-objects | Brandon Casey | 2009-03-20 | 2 | -6/+2 |
| * | | | | | | | | | t7700-repack: add two new tests demonstrating repacking flaws | Brandon Casey | 2009-03-20 | 1 | -0/+44 |
| * | | | | | | | | | is_kept_pack(): final clean-up | Junio C Hamano | 2009-02-28 | 5 | -21/+13 |
| * | | | | | | | | | Simplify is_kept_pack() | Junio C Hamano | 2009-02-28 | 5 | -51/+18 |
| * | | | | | | | | | Consolidate ignore_packed logic more | Junio C Hamano | 2009-02-28 | 4 | -21/+17 |
| * | | | | | | | | | has_sha1_kept_pack(): take "struct rev_info" | Junio C Hamano | 2009-02-28 | 4 | -9/+12 |
| * | | | | | | | | | has_sha1_pack(): refactor "pretend these packs do not exist" interface | Junio C Hamano | 2009-02-28 | 7 | -13/+33 |
| * | | | | | | | | | git-repack: resist stray environment variable | Junio C Hamano | 2009-02-28 | 1 | -0/+1 |
* | | | | | | | | | | git-pull.sh: better warning message for "git pull" on detached head. | Matthieu Moy | 2009-04-08 | 1 | -17/+25 |
* | | | | | | | | | | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-04-07 | 3 | -9/+13 |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-04-07 | 3 | -9/+13 |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | | | |||||
| | * | | | | | | | | Documentation: clarify .gitattributes search | Jason Merrill | 2009-04-07 | 2 | -5/+5 |
| | * | | | | | | | | git-checkout.txt: clarify that <branch> applies when no path is given. | Matthieu Moy | 2009-04-07 | 1 | -2/+6 |
| | * | | | | | | | | git-checkout.txt: fix incorrect statement about HEAD and index | Matthieu Moy | 2009-04-07 | 1 | -2/+2 |
* | | | | | | | | | | Change double quotes to single quotes in message | Jari Aalto | 2009-04-07 | 2 | -4/+4 |
* | | | | | | | | | | git submodule: fix usage line | Julien Danjou | 2009-04-05 | 1 | -1/+1 |
* | | | | | | | | | | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-04-05 | 2 | -2/+3 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | |||||
| * | | | | | | | | | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-04-05 | 2 | -2/+3 |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |||||
| | * | | | | | | | | commit: abort commit if interactive add failed | Jeff King | 2009-04-05 | 1 | -1/+2 |
| | * | | | | | | | | git-repack: use non-dashed update-server-info | Dan McGee | 2009-04-05 | 1 | -1/+1 |