summaryrefslogtreecommitdiffstats
path: root/common-main.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-22stash: keep untracked files intact in stash -kThomas Gummerer2-1/+17
2017-03-22stash: pass the pathspec argument to git resetThomas Gummerer2-1/+9
2017-03-22stash: don't show internal implementation detailsThomas Gummerer2-5/+5
2017-02-28stash: allow pathspecs in the no verb formThomas Gummerer3-4/+25
2017-02-28stash: use stash_push for no verb formThomas Gummerer3-15/+13
2017-02-28stash: teach 'push' (and 'create_stash') to honor pathspecThomas Gummerer4-12/+153
2017-02-20stash: refactor stash_createThomas Gummerer1-4/+18
2017-02-20stash: add test for the create command line argumentsThomas Gummerer1-0/+18
2017-02-20stash: introduce push verbThomas Gummerer3-3/+55
2017-02-13Documentation/stash: remove mention of git reset --hardThomas Gummerer1-2/+3
2017-01-18Almost ready for 2.11.1Junio C Hamano4-3/+124
2016-12-22mingw: replace isatty() hackJeff Hostetler1-107/+69
2016-12-22mingw: fix colourization on Cygwin pseudo terminalsAlan Davies1-2/+6
2016-12-22mingw: adjust is_console() to work with stdinJohannes Schindelin1-1/+5
2016-12-21t5615-alternate-env: double-quotes in file names do not work on WindowsJohannes Sixt1-1/+1
2016-12-20mailinfo.c: move side-effects outside of assertKyle J. McKay1-1/+2
2016-12-20mingw: consider that UNICODE_STRING::Length counts bytesMax Kirillov1-1/+1
2016-12-19git-p4: fix multi-path changelist empty commitsGeorge Vanburgh2-3/+23
2016-12-18git-p4: avoid crash adding symlinked directoryLuke Diamand2-6/+63
2016-12-18t0021: fix flaky testLars Schneider1-16/+1
2016-12-16index-pack: skip collision check when not in repositoryJeff King1-4/+6
2016-12-16normalize_path_copy(): fix pushing to //server/share/dir on WindowsJohannes Sixt1-9/+14
2016-12-16t: use nongit() function where applicableJeff King3-29/+5
2016-12-16index-pack: complain when --stdin is used outside of a repoJeff King2-0/+17
2016-12-16t5000: extract nongit function to test-lib-functions.shJeff King2-14/+14
2016-12-15README: replace gmane link with public-inboxJeff King1-1/+1
2016-12-14Revert "sequencer: remove useless get_dir() function"Junio C Hamano1-1/+6
2016-12-14parse-options: print "fatal:" before usage_msg_opt()Jeff King1-1/+1
2016-12-14unicode_width.h: update the width tables to Unicode 9.0Beat Bolli1-24/+107
2016-12-14update_unicode.sh: remove the plane filterBeat Bolli1-2/+1
2016-12-14update_unicode.sh: automatically download newer definition filesBeat Bolli1-6/+2
2016-12-14update_unicode.sh: pin the uniset repo to a known good commitBeat Bolli1-1/+2
2016-12-14update_unicode.sh: remove an unnecessary subshell levelBeat Bolli1-27/+26
2016-12-14update_unicode.sh: move it into contrib/update-unicodeBeat Bolli4-6/+26
2016-12-13t5547-push-quarantine: run the path separator test on Windows, tooJohannes Sixt1-4/+10
2016-12-13t3600: slightly modernize styleStefan Beller1-73/+51
2016-12-13tmp-objdir: quote paths we add to alternatesJeff King2-1/+36
2016-12-13alternates: accept double-quoted pathsJeff King3-11/+60
2016-12-12date-formats.txt: Typo fixLuis Ressel1-1/+1
2016-12-12mergetools: fix xxdiff hotkeysDavid Aguilar1-5/+5
2016-12-12difftool: rename variables for consistencyDavid Aguilar1-14/+14
2016-12-12difftool: chdir as early as possibleDavid Aguilar1-12/+14
2016-12-12difftool: sanitize $workdir as early as possibleDavid Aguilar1-3/+2
2016-12-12difftool: fix dir-diff index creation when in a subdirectoryDavid Aguilar2-3/+45
2016-12-12mingw: intercept isatty() to handle /dev/null as Git expects itJohannes Schindelin2-0/+36
2016-12-10doc: omit needless "for"Kristoffer Haugsbakk1-1/+1
2016-12-10doc: make the intent of sentence clearerKristoffer Haugsbakk1-1/+1
2016-12-10doc: add verb in front of command to runKristoffer Haugsbakk1-1/+1
2016-12-10doc: add articles (grammar)Kristoffer Haugsbakk1-3/+3
2016-12-09sequencer: remove useless get_dir() functionStephan Beyer1-6/+1