summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | git.el: Update a file status in the git buffer upon save.Alexandre Julliard2007-09-291-2/+16
* | | git.el: Do not print a status message on every git command.Alexandre Julliard2007-09-291-29/+41
* | | git.el: Preserve file marks when doing a full refresh.Alexandre Julliard2007-09-291-12/+28
* | | Fix adding a submodule with a remote urlDaniel Barkalow2007-09-291-1/+1
* | | git-remote: exit with non-zero status after detecting error in "rm".Jari Aalto2007-09-291-3/+3
* | | Merge branch 'maint'Junio C Hamano2007-09-295-12/+22
|\ \ \ | |/ /
| * | git-remote: exit with non-zero status after detecting errors.Jari Aalto2007-09-291-4/+10
| * | rebase -i: squash should retain the authorship of the _first_ commitJohannes Schindelin2007-09-293-3/+3
| * | git-add--interactive: Improve behavior on bogus inputJean-Luc Herren2007-09-291-4/+3
| * | git-add--interactive: Allow Ctrl-D to exitJean-Luc Herren2007-09-291-1/+6
* | | rebase -i: support single-letter abbreviations for the actionsJohannes Schindelin2007-09-291-4/+4
| |/ |/|
* | Merge branch 'gr/smtp'Junio C Hamano2007-09-292-7/+31
|\ \
| * | send-email --smtp-server-port: allow overriding the default portJunio C Hamano2007-09-262-7/+31
* | | Merge branch 'ss/svnimport'Junio C Hamano2007-09-291-11/+12
|\ \ \
| * | | Fix pool handling in git-svnimport to avoid memory leaks.Stefan Sperling2007-09-241-11/+12
* | | | Merge branch 'sv/svn'Junio C Hamano2007-09-292-4/+6
|\ \ \ \
| * | | | git-svn: handle changed svn command-line syntaxSam Vilain2007-09-211-2/+4
| * | | | git-svn: fix test for trunk svn (transaction out of date)Sam Vilain2007-09-211-0/+1
| * | | | git-svn: fix test for trunk svn (commit message not needed)Sam Vilain2007-09-211-2/+1
* | | | | Merge branch 'ml/submodule'Junio C Hamano2007-09-292-6/+50
|\ \ \ \ \