summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | builtin-commit: resurrect behavior for multiple -m optionsJohannes Schindelin2007-11-221-6/+20
| * | | | builtin-commit --s: add a newline if the last line was not a S-o-bJohannes Schindelin2007-11-222-1/+5
| * | | | builtin-commit: fix --signoffJohannes Schindelin2007-11-223-14/+38
| * | | | git status: show relative paths when run in a subdirectoryJohannes Schindelin2007-11-225-29/+146
| * | | | builtin-commit: Refresh cache after adding files.Kristian Høgsberg2007-11-221-0/+2
| * | | | builtin-commit: fix reflog message generationJohannes Schindelin2007-11-221-7/+8
| * | | | launch_editor(): read the file, even when EDITOR=:Johannes Schindelin2007-11-221-12/+5
| * | | | Port git commit to C.Kristian Høgsberg2007-11-226-9/+621
| * | | | Export launch_editor() and make it accept ':' as a no-op editor.Kristian Høgsberg2007-11-222-1/+5
| * | | | Add testcase for amending and fixing author in git commit.Kristian Høgsberg2007-11-221-0/+15
* | | | | Merge branch 'sp/refspec-match'Junio C Hamano2007-12-048-39/+105
|\ \ \ \ \
| * | | | | refactor fetch's ref matching to use refname_match()Steffen Prohaska2007-11-184-21/+35
| * | | | | push: use same rules as git-rev-parse to resolve refspecsSteffen Prohaska2007-11-183-6/+15
| * | | | | add refname_match()Steffen Prohaska2007-11-183-12/+29
| * | | | | push: support pushing HEAD to real branch nameSteffen Prohaska2007-11-182-0/+26
* | | | | | Simplify crud() in ident.cAlex Riesen2007-12-041-19/+9
* | | | | | Do not rely on the exit status of "unset" for unset variablesH.Merijn Brand2007-12-042-13/+13
* | | | | | gitweb: use Perl built-in utf8 function for UTF-8 decoding.İsmail Dönmez2007-12-041-4/+3
* | | | | | t9600: require cvsps 2.1 to perform testsJeff King2007-12-041-2/+18
* | | | | | contrib: Make remotes2config.sh script more robustJakub Narebski2007-12-041-4/+4
* | | | | | Use a strbuf for copying the command line for the reflog.Kristian Høgsberg2007-12-041-16/+8
* | | | | | Documentation/git.txt: typofixJunio C Hamano2007-12-041-1/+1
* | | | | | Documentation: rerere is enabled by default these days.Junio C Hamano2007-12-042-5/+3
* | | | | | Formatting fix for Documentation/git-help.txtJunio C Hamano2007-12-041-1/+1
* | | | | | Update draft release notes for 1.5.4Junio C Hamano2007-12-031-21/+58
* | | | | | Allow ':/<oneline-prefix>' syntax to work with save_commit_buffer == 0Johannes Schindelin2007-12-031-3/+16
* | | | | | Add git-fast-export to list of commands.Junio C Hamano2007-12-031-0/+1
* | | | | | fast-export: rename the signed tag mode 'ignore' to 'verbatim'Johannes Schindelin2007-12-033-8/+8
* | | | | | Add remote.<name>.proxySam Vilain2007-12-034-1/+18
* | | | | | Allow HTTP proxy to be overridden in configSam Vilain2007-12-032-0/+15
* | | | | | Trace and quote with argv: get rid of unneeded count argument.Christian Couder2007-12-037-20/+12
* | | | | | install-sh from automake does not like -m without delimiting spaceRobert Schiele2007-12-033-11/+11
* | | | | | Documentation: add a new man page for "git-help"Christian Couder2007-12-034-3/+53
* | | | | | git-commit documentation: fix unfinished sentence.Junio C Hamano2007-12-031-3/+3
* | | | | | git-commit --allow-emptyJunio C Hamano2007-12-033-4/+24
* | | | | | git-commit: Allow to amend a merge commit that does not change the treeJohannes Sixt2007-12-032-3/+38
* | | | | | Merge branch 'js/prune-expire'Junio C Hamano2007-12-023-2/+42
|\ \ \ \ \ \
| * | | | | | Add "--expire <time>" option to 'git prune'Johannes Schindelin2007-11-303-2/+42
* | | | | | | Merge branch 'js/export-with-assignment'Junio C Hamano2007-12-023-13/+19
|\ \ \ \ \ \ \
| * | | | | | | Replace instances of export VAR=VAL with VAR=VAL; export VARJohannes Schindelin2007-11-283-13/+19
* | | | | | | | Merge branch 'js/fast-export'Junio C Hamano2007-12-027-0/+616
|\ \ \ \ \ \ \ \
| * | | | | | | | Add 'git fast-export', the sister of 'git fast-import'Johannes Schindelin2007-12-027-0/+616
| |/ / / / / / /
* | | | | | | | Merge branch 'js/rebase-i-rerere'Junio C Hamano2007-12-021-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | rebase -i: give rerere a chanceJohannes Schindelin2007-11-281-1/+4
| |/ / / / / / /
* | | | | | | | Merge branch 'js/pull-rebase'Junio C Hamano2007-12-024-1/+49
|\ \ \ \ \ \ \ \
| * | | | | | | | Teach 'git pull' about --rebaseJohannes Schindelin2007-11-284-1/+49
| |/ / / / / / /
* | | | | | | | Merge branch 'wc/rebase-insn'Junio C Hamano2007-12-022-10/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | Mention that git-rm can be an appropriate resolution as well as git-add.David Symonds2007-11-301-1/+1
| * | | | | | | | revert/cherry-pick: Allow overriding the help text by the calling PorcelainWincent Colaiuta2007-11-302-10/+28
| |/ / / / / / /
* | | | | | | | Merge branch 'jc/typebreak'Junio C Hamano2007-12-026-14/+105
|\ \ \ \ \ \ \ \