Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | builtin-commit: resurrect behavior for multiple -m options | Johannes Schindelin | 2007-11-22 | 1 | -6/+20 | |
| * | | | | builtin-commit --s: add a newline if the last line was not a S-o-b | Johannes Schindelin | 2007-11-22 | 2 | -1/+5 | |
| * | | | | builtin-commit: fix --signoff | Johannes Schindelin | 2007-11-22 | 3 | -14/+38 | |
| * | | | | git status: show relative paths when run in a subdirectory | Johannes Schindelin | 2007-11-22 | 5 | -29/+146 | |
| * | | | | builtin-commit: Refresh cache after adding files. | Kristian Høgsberg | 2007-11-22 | 1 | -0/+2 | |
| * | | | | builtin-commit: fix reflog message generation | Johannes Schindelin | 2007-11-22 | 1 | -7/+8 | |
| * | | | | launch_editor(): read the file, even when EDITOR=: | Johannes Schindelin | 2007-11-22 | 1 | -12/+5 | |
| * | | | | Port git commit to C. | Kristian Høgsberg | 2007-11-22 | 6 | -9/+621 | |
| * | | | | Export launch_editor() and make it accept ':' as a no-op editor. | Kristian Høgsberg | 2007-11-22 | 2 | -1/+5 | |
| * | | | | Add testcase for amending and fixing author in git commit. | Kristian Høgsberg | 2007-11-22 | 1 | -0/+15 | |
* | | | | | Merge branch 'sp/refspec-match' | Junio C Hamano | 2007-12-04 | 8 | -39/+105 | |
|\ \ \ \ \ | ||||||
| * | | | | | refactor fetch's ref matching to use refname_match() | Steffen Prohaska | 2007-11-18 | 4 | -21/+35 | |
| * | | | | | push: use same rules as git-rev-parse to resolve refspecs | Steffen Prohaska | 2007-11-18 | 3 | -6/+15 | |
| * | | | | | add refname_match() | Steffen Prohaska | 2007-11-18 | 3 | -12/+29 | |
| * | | | | | push: support pushing HEAD to real branch name | Steffen Prohaska | 2007-11-18 | 2 | -0/+26 | |
* | | | | | | Simplify crud() in ident.c | Alex Riesen | 2007-12-04 | 1 | -19/+9 | |
* | | | | | | Do not rely on the exit status of "unset" for unset variables | H.Merijn Brand | 2007-12-04 | 2 | -13/+13 | |
* | | | | | | gitweb: use Perl built-in utf8 function for UTF-8 decoding. | İsmail Dönmez | 2007-12-04 | 1 | -4/+3 | |
* | | | | | | t9600: require cvsps 2.1 to perform tests | Jeff King | 2007-12-04 | 1 | -2/+18 | |
* | | | | | | contrib: Make remotes2config.sh script more robust | Jakub Narebski | 2007-12-04 | 1 | -4/+4 | |
* | | | | | | Use a strbuf for copying the command line for the reflog. | Kristian Høgsberg | 2007-12-04 | 1 | -16/+8 | |
* | | | | | | Documentation/git.txt: typofix | Junio C Hamano | 2007-12-04 | 1 | -1/+1 | |
* | | | | | | Documentation: rerere is enabled by default these days. | Junio C Hamano | 2007-12-04 | 2 | -5/+3 | |
* | | | | | | Formatting fix for Documentation/git-help.txt | Junio C Hamano | 2007-12-04 | 1 | -1/+1 | |
* | | | | | | Update draft release notes for 1.5.4 | Junio C Hamano | 2007-12-03 | 1 | -21/+58 | |
* | | | | | | Allow ':/<oneline-prefix>' syntax to work with save_commit_buffer == 0 | Johannes Schindelin | 2007-12-03 | 1 | -3/+16 | |
* | | | | | | Add git-fast-export to list of commands. | Junio C Hamano | 2007-12-03 | 1 | -0/+1 | |
* | | | | | | fast-export: rename the signed tag mode 'ignore' to 'verbatim' | Johannes Schindelin | 2007-12-03 | 3 | -8/+8 | |
* | | | | | | Add remote.<name>.proxy | Sam Vilain | 2007-12-03 | 4 | -1/+18 | |
* | | | | | | Allow HTTP proxy to be overridden in config | Sam Vilain | 2007-12-03 | 2 | -0/+15 | |
* | | | | | | Trace and quote with argv: get rid of unneeded count argument. | Christian Couder | 2007-12-03 | 7 | -20/+12 | |
* | | | | | | install-sh from automake does not like -m without delimiting space | Robert Schiele | 2007-12-03 | 3 | -11/+11 | |
* | | | | | | Documentation: add a new man page for "git-help" | Christian Couder | 2007-12-03 | 4 | -3/+53 | |
* | | | | | | git-commit documentation: fix unfinished sentence. | Junio C Hamano | 2007-12-03 | 1 | -3/+3 | |
* | | | | | | git-commit --allow-empty | Junio C Hamano | 2007-12-03 | 3 | -4/+24 | |
* | | | | | | git-commit: Allow to amend a merge commit that does not change the tree | Johannes Sixt | 2007-12-03 | 2 | -3/+38 | |
* | | | | | | Merge branch 'js/prune-expire' | Junio C Hamano | 2007-12-02 | 3 | -2/+42 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add "--expire <time>" option to 'git prune' | Johannes Schindelin | 2007-11-30 | 3 | -2/+42 | |
* | | | | | | | Merge branch 'js/export-with-assignment' | Junio C Hamano | 2007-12-02 | 3 | -13/+19 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Replace instances of export VAR=VAL with VAR=VAL; export VAR | Johannes Schindelin | 2007-11-28 | 3 | -13/+19 | |
* | | | | | | | | Merge branch 'js/fast-export' | Junio C Hamano | 2007-12-02 | 7 | -0/+616 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add 'git fast-export', the sister of 'git fast-import' | Johannes Schindelin | 2007-12-02 | 7 | -0/+616 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'js/rebase-i-rerere' | Junio C Hamano | 2007-12-02 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | rebase -i: give rerere a chance | Johannes Schindelin | 2007-11-28 | 1 | -1/+4 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'js/pull-rebase' | Junio C Hamano | 2007-12-02 | 4 | -1/+49 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Teach 'git pull' about --rebase | Johannes Schindelin | 2007-11-28 | 4 | -1/+49 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'wc/rebase-insn' | Junio C Hamano | 2007-12-02 | 2 | -10/+28 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Mention that git-rm can be an appropriate resolution as well as git-add. | David Symonds | 2007-11-30 | 1 | -1/+1 | |
| * | | | | | | | | revert/cherry-pick: Allow overriding the help text by the calling Porcelain | Wincent Colaiuta | 2007-11-30 | 2 | -10/+28 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'jc/typebreak' | Junio C Hamano | 2007-12-02 | 6 | -14/+105 | |
|\ \ \ \ \ \ \ \ |