summaryrefslogtreecommitdiffstats
path: root/builtin-rev-parse.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-10technical/api-remote: Describe new struct remote member pushurlMichael J Gruber1-0/+4
2009-06-10t5516: Check pushurl config settingMichael J Gruber1-0/+13
2009-06-10Allow push and fetch urls to be differentMichael J Gruber5-4/+37
2009-06-09bash: add support for 'git stash pop --index' optionSZEDER Gábor1-2/+2
2009-06-09Documentation: mention 'git stash pop --index' option explicitlySZEDER Gábor2-10/+10
2009-06-09Simplify some 'fprintf(stderr); return -1;' by using 'return error()'Johannes Sixt1-10/+6
2009-06-09Simplify some instances of run_command() by using run_command_v_opt().Johannes Sixt3-45/+18
2009-06-09show-branch: don't use LASTARG_DEFAULT with OPTARGStephen Boyd2-4/+6
2009-06-09send-email: use UTF-8 rather than utf-8 for consistencyBrandon Casey2-6/+6
2009-06-09git-send-email.perl: improve detection of MIME encoded-wordsBrandon Casey1-1/+9
2009-06-09diff.c: plug a memory leak in an error pathJohannes Sixt1-0/+1
2009-06-09fetch-pack: close output channel after sideband demultiplexer terminatesJohannes Sixt1-1/+3
2009-06-09builtin-remote: Make "remote show" display all urlsMichael J Gruber1-3/+6
2009-06-08symlinks.c: small style cleanupKjetil Barvik1-4/+2
2009-06-07Makefile: test-parse-options depends on parse-options.hJunio C Hamano1-0/+2
2009-06-06Documentation: refer to gitworkflows(7) from tutorial and git(1)Thomas Rast2-1/+8
2009-06-06daemon: Strictly parse the "extra arg" part of the commandShawn O. Pearce2-5/+10
2009-06-04Documentation/git.txt: update links to release notesJunio C Hamano1-1/+6
2009-06-04GIT 1.6.3.2v1.6.3.2Junio C Hamano2-8/+6
2009-06-04Show presence of stashed changes in bash prompt.Daniel Trstenjak1-2/+10
2009-06-03grep: fix empty word-regexp matchesRené Scharfe1-1/+5
2009-06-03Clean up and simplify rev_compare_tree()Linus Torvalds2-23/+15
2009-06-03blame: correctly handle a path that used to be a directoryJunio C Hamano2-8/+33
2009-06-03add -i: do not dump patch during applicationThomas Rast1-1/+0
2009-06-02Update draft release notes for 1.6.3.2Junio C Hamano1-14/+26
2009-06-02test-lib: fix http exit codesClemens Buchacher1-2/+4
2009-06-02test-lib: allow exit trap to be used for cleanup by testsClemens Buchacher1-7/+14
2009-06-02test-lib: fail if invalid options are passedClemens Buchacher1-1/+1
2009-06-02grep: fix colouring of matches with zero lengthRené Scharfe1-0/+2
2009-06-01git-show-branch.txt: document --date-order optionStephen Boyd1-3/+9
2009-06-01diff: generate pretty filenames in prep_temp_blob()David Aguilar4-1/+38
2009-06-01compat: add a basename() compatibility functionDavid Aguilar5-0/+37
2009-06-01compat: add a mkstemps() compatibility functionDavid Aguilar5-0/+102
2009-06-01git-add: no need for -f when resolving a conflict in already tracked pathJeff King2-1/+13
2009-06-01config.txt: document add.ignore-errorsStephen Boyd1-0/+5
2009-06-01bash: remove always true if statement from __git_ps1()SZEDER Gábor1-6/+4
2009-06-01git-apply(1): Clarify that one can select where to apply the patchBjörn Steinbrink1-1/+1
2009-06-01http-push: reuse existing is_null_refClemens Buchacher1-16/+5
2009-05-31Documentation: teach stash/pop workflow instead of stash/applyThomas Rast2-16/+18
2009-05-29t9120: don't expect failure with SVN_HTTPD_PORT unsetStephen Boyd1-11/+6
2009-05-29Documentation: teach stash/pop workflow instead of stash/applyThomas Rast2-16/+18
2009-05-28git-svn: refuse to dcommit non-UTF-8 messagesEric Wong2-3/+61
2009-05-28fix segfault showing an empty remoteClemens Buchacher2-4/+14
2009-05-28t8005: fix typo, it's ISO-8859-5, not KOI8-RBrandon Casey1-1/+1
2009-05-27t5500: Modernize test styleStephen Boyd1-127/+149
2009-05-27completion: fix PS1 display during an AM on detached HEADJunio C Hamano1-13/+11
2009-05-27imap-send: add support for IPv6Benjamin Kramer1-3/+51
2009-05-26Update draft release notes to 1.6.4Junio C Hamano1-1/+35
2009-05-26Prepare for 1.6.3.2Junio C Hamano2-1/+52
2009-05-25fix cat-file usage message and documentationJeff King2-4/+4