summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-submodule - allow a relative path as the subproject urlMark Levedahl2007-09-252-6/+50
* | | | | | | | | | Merge branch 'jb/remote-rm'Junio C Hamano2007-09-293-0/+142
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | git-remote rm: add tests and minor fix-upsJunio C Hamano2007-09-232-6/+104
| * | | | | | | | | | remote: document the 'rm' subcommandJames Bowes2007-09-181-0/+6
| * | | | | | | | | | remote: add 'rm' subcommandJames Bowes2007-09-181-0/+38
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jk/diff-rename'Junio C Hamano2007-09-293-4/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | diffcore-rename: cache file deltasJeff King2007-09-263-4/+11
| | |_|_|_|/ / / / / | |/| | | | | | | |