summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | git-merge: add --ff and --no-ff optionsLars Hjemli2007-09-233-6/+45
| * | | | | git-merge: add support for --commit and --no-squashLars Hjemli2007-09-233-2/+36
| * | | | | git-merge: add support for branch.<name>.mergeoptionsLars Hjemli2007-09-234-0/+85
| * | | | | git-merge: refactor option parsingLars Hjemli2007-09-231-6/+14
| * | | | | git-merge: fix faulty SQUASH_MSGLars Hjemli2007-09-231-1/+1
| * | | | | Add test-script for git-merge porcelainLars Hjemli2007-09-231-0/+344
* | | | | | Merge branch 'js/rebase-i'Junio C Hamano2007-10-032-8/+23
|\ \ \ \ \ \
| * | | | | | rebase -i: work on a detached HEADJohannes Schindelin2007-09-262-8/+23
| * | | | | | Merge branch 'jc/autogc' into js/rebase-iJunio C Hamano2007-09-2611-14/+276
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'jc/autogc'Junio C Hamano2007-10-0311-14/+276
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | git-gc --auto: run "repack -A -d -l" as necessary.Junio C Hamano2007-09-173-7/+66
| * | | | | | git-gc --auto: restructure the way "repack" command line is built.Junio C Hamano2007-09-171-5/+10
| * | | | | | git-gc --auto: protect ourselves from accumulated cruftJunio C Hamano2007-09-171-8/+17
| * | | | | | git-gc --auto: add documentation.Junio C Hamano2007-09-172-1/+17
| * | | | | | git-gc --auto: move threshold check to need_to_gc() function.Junio C Hamano2007-09-171-2/+7
| * | | | | | repack -A -d: use --keep-unreachable when repackingJunio C Hamano2007-09-171-3/+11
| * | | | | | pack-objects --keep-unreachableJunio C Hamano2007-09-171-2/+93
| * | | | | | Export matches_pack_name() and fix its return valueJunio C Hamano2007-09-172-7/+8
| * | | | | | Invoke "git gc --auto" from commit, merge, am and rebase.Junio C Hamano2007-09-064-0/+6
| * | | | | | Implement git gc --autoJunio C Hamano2007-09-061-1/+63
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'je/hooks'Junio C Hamano2007-10-033-0/+100
|\ \ \ \ \ \
| * | | | | | post-checkout hook, tests, and docsJosh England2007-09-293-0/+100
* | | | | | | Merge branch 'ap/dateformat'Junio C Hamano2007-10-036-24/+209
|\ \ \ \ \ \ \
| * | | | | | | Add a test script for for-each-ref, including test of date formattingAndy Parkins2007-10-031-0/+151
| * | | | | | | dateformat: parse %(xxdate) %(yydate:format) correctlyJunio C Hamano2007-10-021-1/+1
| * | | | | | | Make for-each-ref's grab_date() support per-atom formattingAndy Parkins2007-09-292-7/+26
| * | | | | | | Make for-each-ref allow atom names like "<name>:<something>"Andy Parkins2007-09-291-1/+10
| * | | | | | | parse_date_format(): convert a format name to an enum date_modeAndy Parkins2007-09-293-16/+22
| |/ / / / / /
* | | | | | | Sync with GIT 1.5.3.4Junio C Hamano2007-10-0315-29/+149
|\ \ \ \ \ \ \
| * | | | | | | GIT 1.5.3.4v1.5.3.4Junio C Hamano2007-10-032-11/+18
| * | | | | | | Add test case for ls-files --with-treeCarl Worth2007-10-031-0/+71
| * | | | | | | Must not modify the_index.cache as it may be passed to realloc at some point.Keith Packard2007-10-021-1/+2
| * | | | | | | the ar tool is called gar on some systemsRobert Schiele2007-10-021-1/+1
| * | | | | | | rename diff_free_filespec_data_large() to diff_free_filespec_blob()Junio C Hamano2007-10-023-5/+5
| * | | | | | | diffcore-rename: cache file deltasJeff King2007-10-023-4/+11
| * | | | | | | Mention 'cpio' dependency in INSTALLJohan Herland2007-10-021-0/+3
| * | | | | | | Make git-pull complain and give advice when there is nothing to merge withFederico Mena Quintero2007-10-021-4/+18
| * | | | | | | Note that git-branch will not automatically checkout the new branchFederico Mena Quintero2007-10-021-0/+4
| * | | | | | | Add documentation for --track and --no-track to the git-branch docs.Federico Mena Quintero2007-10-021-0/+15
| * | | | | | | Say when --track is useful in the git-checkout docs.Federico Mena Quintero2007-10-021-1/+3
| * | | | | | | Fix typo in config.txtJohannes Schindelin2007-10-021-1/+1
| * | | | | | | for-each-ref: fix %(numparent) and %(parent)Junio C Hamano2007-10-021-4/+6
| * | | | | | | git-commit: initialize TMP_INDEX just to be sure.Junio C Hamano2007-10-021-0/+1
| * | | | | | | fixed link in documentation of diff-optionsSteffen Prohaska2007-10-011-2/+2
* | | | | | | | Merge branch 'maint'Junio C Hamano2007-10-014-8/+34
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Whip post 1.5.3.3 maintenance series into shape.Junio C Hamano2007-10-014-8/+30
| * | | | | | | git stash: document apply's --index switchMiklos Vajna2007-10-011-1/+6
| * | | | | | | post-receive-hook: Remove the From field from the generated email header so t...Andy Parkins2007-10-011-1/+0
* | | | | | | | Update stale documentation link in the k.org siteJunio C Hamano2007-09-301-0/+1
* | | | | | | | git.el: Reset the permission flags when changing a file state.Alexandre Julliard2007-09-291-17/+11