summaryrefslogtreecommitdiffstats
path: root/pretty.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-04-26pretty: simplify output line length calculation in pp_user_info()René Scharfe1-4/+3
2013-04-26pretty: simplify input line length calculation in pp_user_info()René Scharfe1-11/+2
2013-04-25bash-prompt.sh: show where rebase is at when stoppedZoltan Klinger3-9/+31
2013-04-25Update draft release notes to 1.8.2.2Junio C Hamano1-0/+18
2013-04-25completion: remove duplicate block for "git commit -c"Mårten Kongstad1-7/+0
2013-04-24remote: 'show' and 'prune' can take more than one remoteThomas Rast2-10/+5
2013-04-24remote: check for superfluous arguments in 'git remote add'Thomas Rast2-2/+2
2013-04-24remote: add a test for extra arguments, according to docsThomas Rast1-0/+27
2013-04-24cherry-pick/revert: make usage say '<commit-ish>...'Kevin Bracey1-2/+2
2013-04-24rebase: find orig_head unambiguouslyPhil Hord2-1/+8
2013-04-23Update draft release notes to 1.8.3Junio C Hamano1-0/+19
2013-04-23bisect: Log possibly bad, skipped commits at bisection endTorstein Hegge2-0/+30
2013-04-23remote-hg: strip extra newlineFelipe Contreras1-0/+4
2013-04-23remote-hg: use marks instead of inlined filesFelipe Contreras1-8/+33
2013-04-23remote-hg: small performance improvementFelipe Contreras1-1/+2
2013-04-23remote-hg: allow refs with spacesFelipe Contreras1-8/+17
2013-04-23remote-hg: don't update bookmarks unnecessarilyFelipe Contreras1-0/+3
2013-04-23remote-hg: add support for schemes extensionFelipe Contreras1-1/+7
2013-04-23remote-hg: improve email sanitationFelipe Contreras2-6/+12
2013-04-23remote-hg: add custom local tag write codeFelipe Contreras1-1/+3
2013-04-23remote-hg: write tags in the appropriate branchFelipe Contreras1-2/+4
2013-04-23remote-hg: custom method to write tagsFelipe Contreras1-1/+32
2013-04-23remote-hg: add support for tag objectsFelipe Contreras1-3/+7
2013-04-23remote-hg: add branch_tip() helperFelipe Contreras1-3/+8
2013-04-23remote-hg: properly mark branches up-to-dateFelipe Contreras1-0/+4
2013-04-23remote-hg: use python urlparseFelipe Contreras1-4/+5
2013-04-23remote-hg: safer bookmark pushingFelipe Contreras1-0/+2
2013-04-23remote-helpers: avoid has_keyDusty Phillips2-2/+2
2013-04-22git add: rephrase -A/--no-all warningJunio C Hamano1-6/+6
2013-04-22git add: --ignore-removal is a better named --no-allJunio C Hamano2-4/+17
2013-04-22Start preparing for 1.8.2.2Junio C Hamano2-1/+26
2013-04-22Update draft release notes to 1.8.3Junio C Hamano1-0/+22
2013-04-22zlib: fix compilation failures with Sun C CompilaerStefano Lattarini1-2/+2
2013-04-22builtin/shortlog.c: make usage string consistent with logRamkumar Ramachandra1-3/+1
2013-04-22builtin/log.c: make usage string consistent with docRamkumar Ramachandra1-1/+1
2013-04-22git-shortlog.txt: make SYNOPSIS match log, update OPTIONSRamkumar Ramachandra1-2/+17
2013-04-22git-log.txt: rewrite note on why "--" may be requiredRamkumar Ramachandra1-2/+2
2013-04-22git-log.txt: generalize <since>..<until>Ramkumar Ramachandra1-7/+9
2013-04-22git-log.txt: order OPTIONS properly; move <since>..<until>Ramkumar Ramachandra1-7/+7
2013-04-22revisions.txt: clarify the .. and ... syntaxRamkumar Ramachandra1-2/+4
2013-04-22git add: rephrase the "removal will cease to be ignored" warningJunio C Hamano1-7/+14
2013-04-22glossary: a revision is just a commitJonathan Nieder1-3/+1
2013-04-22prompt: fix untracked files for zshFelipe Contreras1-1/+1
2013-04-21git-shortlog.txt: remove (-h|--help) from OPTIONSRamkumar Ramachandra1-4/+0
2013-04-20l10n: de.po: translate 54 new messagesRalf Thielow1-828/+1062
2013-04-19receive-pack: close sideband fd on early pack errorsJeff King1-1/+4
2013-04-19Update draft release notes to 1.8.3Junio C Hamano1-1/+27
2013-04-19pretty: support %>> that steal trailing spacesNguyễn Thái Ngọc Duy5-2/+54
2013-04-19pretty: support truncating in %>, %< and %><Nguyễn Thái Ngọc Duy5-5/+140
2013-04-19pretty: support padding placeholders, %< %> and %><Nguyễn Thái Ngọc Duy3-1/+246